home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Canadian & World Encyclopedia 1998
/
The Canadian & World Encyclopedia 1998 - Disc 2.iso
/
mac
/
prime_CD
/
pb
/
PREVIEW.DIR
/
00145_Script_sh_CheckRollovers
< prev
next >
Wrap
Text File
|
1997-07-22
|
729b
|
17 lines
on checkRollovers
-- if checkRollovers() = false then go "dim" -- flashy rollovers
-- set dummy = checkRollovers() -- sticky rollovers
GLOBAL gMarkerRectList, gMarkerRectListCount, gQTchan, -- , rollFlag
-- set rollFlag = false
repeat with x = 1 to gMarkerRectListCount
if inside (point(the mouseH, the mouseV), getat(gMarkerRectList, x)) then
-- if the memberNum of sprite gQTchan > 0 then cursor [the number of cast "c_movie", the number of cast "c_movie_mask"]
go string(getOne(gMarkerRectList, getat(gMarkerRectList, x)))
-- set rollFlag = true
exit repeat
end if
-- else go "dim"
end repeat
-- return rollFlag -- needed for non-sticky rollovers
end